Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump regex from 1.5.5 to 1.6.0 #3510

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps regex from 1.5.5 to 1.6.0.

Changelog

Sourced from regex's changelog.

1.6.0 (2022-07-05)

This release principally includes an upgrade to Unicode 14.

New features:

Bug fixes:

1.5.6 (2022-05-20)

This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy ? operator was used.

Commits
  • fc9ee6a 1.6.0
  • 8ddc8ec deps: bump regex-syntax to 0.6.27
  • 8c0eccd regex-syntax-0.6.27
  • dee5c25 changelog: 1.6.0
  • 9ca3099 regex: fix clippy lints up to rust 1.41.1
  • de83828 syntax: fix clippy lints up to rust 1.41.1
  • b87cd88 syntax: include only the start of the character class on error
  • 9d1478c doc: fix typos
  • 7d21662 doc: clarify Captures::len includes non-matching captures
  • 5e98788 perf: use is_match_at instead of shortest_match_at
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2022
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #3510 (a6316f5) into master (ec44d09) will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3510      +/-   ##
==========================================
+ Coverage   29.65%   29.77%   +0.13%     
==========================================
  Files         588      588              
  Lines       49567    49567              
  Branches    23346    23327      -19     
==========================================
+ Hits        14694    14756      +62     
- Misses      20596    20665      +69     
+ Partials    14277    14146     -131     
Flag Coverage Δ
unittests 29.77% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
consensus/src/consensus.rs 44.45% <0.00%> (-17.46%) ⬇️
network-p2p/src/transport.rs 15.10% <0.00%> (-11.32%) ⬇️
cmd/miner_client/src/job_bus_client.rs 38.47% <0.00%> (-3.84%) ⬇️
...mons/forkable-jellyfish-merkle/src/iterator/mod.rs 41.50% <0.00%> (-3.50%) ⬇️
miner/src/generate_block_event_pacemaker.rs 41.87% <0.00%> (-2.32%) ⬇️
config/src/metrics_config.rs 50.00% <0.00%> (-1.96%) ⬇️
...etwork-p2p/src/protocol/generic_proto/behaviour.rs 21.35% <0.00%> (-1.64%) ⬇️
types/src/sync_status.rs 55.56% <0.00%> (-1.58%) ⬇️
vm/types/src/on_chain_config/mod.rs 50.69% <0.00%> (-1.36%) ⬇️
config/src/lib.rs 31.64% <0.00%> (-1.02%) ⬇️
... and 63 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec44d09...a6316f5. Read the comment docs.

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.5.5...1.6.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/regex-1.6.0 branch from 8522ccc to a6316f5 Compare July 5, 2022 23:13
@nkysg nkysg self-requested a review July 8, 2022 08:57
@nkysg nkysg merged commit a42ae02 into master Jul 8, 2022
@nkysg nkysg deleted the dependabot/cargo/regex-1.6.0 branch July 8, 2022 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant